FHIR IG Statistics: ValueSet/neir-verification-status-vs
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/allergyintolerance-verification
Code | Display | Definition |
unconfirmed | Unconfirmed | The propensity for a reaction to the identified substance has not been objectively verified. |
confirmed | Confirmed | The propensity for a reaction to the identified substance has been objectively verified (which may include clinical evidence by testing, rechallenge, or observation). |
refuted | Refuted | A propensity for a reaction to the identified substance has been disputed or disproven with a sufficient level of clinical certainty to justify invalidating the assertion. This might or might not include testing or rechallenge. |
entered-in-error | Entered in Error | The statement was entered in error and is not valid. |
Source
{
"resourceType": "ValueSet",
"id": "neir-verification-status-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://example.org/ValueSet/neir-verification-status-vs",
"version": "0.1.0",
"name": "NEIRVerificationStatusVS",
"title": "NEIR Verification Status",
"status": "active",
"experimental": false,
"date": "2025-07-28T20:35:42+00:00",
"publisher": "intellisoftkenya.com",
"contact": [
{
"name": "intellisoftkenya.com",
"telecom": [
{
"system": "url",
"value": "https://www.intellisoftkenya.com/"
}
]
},
{
"name": "IntelliSOFT Consulting Kenya.",
"telecom": [
{
"system": "email",
"value": "info@intellisoftkenya.com",
"use": "work"
}
]
}
],
"description": "Subset of allowed verification statuses for NEIR.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "NG",
"display": "Nigeria"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"concept": [
{
"code": "unconfirmed"
},
{
"code": "confirmed"
},
{
"code": "refuted"
},
{
"code": "entered-in-error"
}
]
}
]
}
}